home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / id12.zip / DOSEDIT.DOC < prev    next >
Text File  |  1986-05-31  |  3KB  |  55 lines

  1.                        - DOSEDIT.DOC - 4/12/84 -
  2.  
  3. DOSEDIT is a simple editor for DOS commands.  It can be used with DOS
  4. 1.1 and DOS 2.x.  DOSEDIT uses a special set of the keys on the IBM PC
  5. keyboard to allow you to edit the DOS command you are entering or one
  6. of the previous commands that you have entered.  It keeps a command
  7. stack of the last 256 characters of commands that you have entered and
  8. you can scroll back and forth through this stack.  It also allows you
  9. to edit the current command being displayed.  NOTE:  1 or 2 character
  10. commands are not saved.
  11.  
  12. UP arrow         Scrolls backward through the command stack.
  13. DOWN arrow       Scrolls forward through the command stack.
  14. ESC              Clears the command line.
  15. LEFT arrow       Moves the cursor left one position.
  16. RIGHT arrow      Moves the cursor right one position.
  17. HOME             Moves the cursor to the beginning of the command line.
  18. END              Moves the cursor to the end of the command line.
  19. INS              Toggles the insert function.
  20. DEL              Deletes the character under the cursor.
  21. CTRL-left arrow  Moves the cursor left a word at a time.
  22. CTRL-right arrow Moves the cursor right a word at a time.
  23. CTRL-HOME        Erases from the beginning of the line to the cursor.
  24. CTRL-END         Erases from the cursor to the end of the line.
  25. CTRL-PGUP        Erases the command stack.
  26. CTRL-PGDN        Erases the displayed entry from the command stack.
  27. BACKSPACE        Remains unchanged.
  28. CTRL-Z           Puts in an End-of-File (1AH - replaces the F6 key).
  29.  
  30. The function keys F1-F6 no longer have assigned functions.
  31.  
  32. Tutorial:
  33.  
  34. After power on, or <Alt><Ctrl><Del>, from the DOS prompt, enter
  35. DOSEDIT (One time).  No message will be returned, only the DOS prompt.
  36. To experiment with DOSEDIT, from the DOS prompt enter:
  37.  
  38.         A> ECHO ONE
  39.         A> ECHO TWO
  40.         A> ECHO THREE
  41.  
  42. Now use the up arrow key to see the last command (ECHO THREE).  Again
  43. use the up arrow key to see the preceding command (ECHO TWO).  Now
  44. press enter to execute that command.  Then press the down arrow key to
  45. see the following command (ECHO THREE).  Press either the up or down
  46. arrow key several times to see how the commands wrap around.  Use the
  47. Esc key to clear the command line.  Enter new commands and use the
  48. control keys defined above to become familiar with all the functions.
  49.  
  50. This program was found on the San Jose IBM Employee PC Club Bulletin
  51. Board. This documentation was written by Brad Kidder, San Jose.
  52. As a programmer, I have found this program to be one of the most
  53. valuable programs that I have in my library.
  54. er, San Jose.
  55. As a programmer, I have